[INFO] cloning repository https://github.com/willothy/tinyweb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/willothy/tinyweb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillothy%2Ftinyweb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillothy%2Ftinyweb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f7580baec72ae921873c585172bf0ccb5a1d4591
[INFO] fixing willothy/tinyweb against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillothy%2Ftinyweb" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/willothy/tinyweb
[INFO] finished tweaking git repo https://github.com/willothy/tinyweb
[INFO] tweaked toml for git repo https://github.com/willothy/tinyweb written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/willothy/tinyweb on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/willothy/tinyweb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded compio v0.18.0
[INFO] [stderr]   Downloaded compio-driver v0.11.3
[INFO] [stderr]   Downloaded matchit v0.9.1
[INFO] [stderr]   Downloaded synchrony v0.1.6
[INFO] [stderr]   Downloaded io-uring v0.7.11
[INFO] [stderr]   Downloaded compio-buf v0.8.0
[INFO] [stderr]   Downloaded compio-quic v0.7.0
[INFO] [stderr]   Downloaded compio-net v0.11.1
[INFO] [stderr]   Downloaded compio-io v0.9.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6207f9e00dab183ae45695d4932a4dcccfb2604d5bbfdd6981e1bc32faa1996d
[INFO] running `Command { std: "docker" "start" "6207f9e00dab183ae45695d4932a4dcccfb2604d5bbfdd6981e1bc32faa1996d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6207f9e00dab183ae45695d4932a4dcccfb2604d5bbfdd6981e1bc32faa1996d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6207f9e00dab183ae45695d4932a4dcccfb2604d5bbfdd6981e1bc32faa1996d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6207f9e00dab183ae45695d4932a4dcccfb2604d5bbfdd6981e1bc32faa1996d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling io-uring v0.7.11
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking matchit v0.9.1
[INFO] [stderr]     Checking compio-buf v0.8.0
[INFO] [stderr]    Compiling compio-driver v0.11.3
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking compio-log v0.1.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking io_uring_buf_ring v0.2.3
[INFO] [stderr]     Checking synchrony v0.1.6
[INFO] [stderr]     Checking compio-io v0.9.1
[INFO] [stderr]     Checking compio-runtime v0.11.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking compio-net v0.11.1
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking compio v0.18.0
[INFO] [stderr]     Checking tinyweb-core v0.1.0 (/opt/rustwide/workdir/crates/tinyweb-core)
[INFO] [stderr]     Checking tinyweb-tokio v0.1.0 (/opt/rustwide/workdir/crates/tinyweb-tokio)
[INFO] [stderr]     Checking tinyweb-compio v0.1.0 (/opt/rustwide/workdir/crates/tinyweb-compio)
[INFO] [stderr]     Checking tinyweb v0.1.0 (/opt/rustwide/workdir/crates/tinyweb)
[INFO] [stdout] error[E0277]: `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     type Io = AsyncStream<compio::net::TcpStream>;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::marker::Send` is not implemented for `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)`
[INFO] [stdout]    = note: required for `std::ptr::Unique<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `Option<Pin<Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::TcpStream>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AsyncStream<S> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]    = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]    |
[INFO] [stdout]  9 |     type Io: Io;
[INFO] [stdout]    |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn Future<Output = Result<(), std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     type Io = AsyncStream<compio::net::TcpStream>;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `(dyn Future<Output = Result<(), std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::marker::Send` is not implemented for `(dyn Future<Output = Result<(), std::io::Error>> + 'static)`
[INFO] [stdout]    = note: required for `std::ptr::Unique<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `Option<Pin<Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::TcpStream>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AsyncStream<S> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]    = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]    |
[INFO] [stdout]  9 |     type Io: Io;
[INFO] [stdout]    |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:7:15
[INFO] [stdout]     |
[INFO] [stdout]   7 |     type Io = AsyncStream<compio::net::TcpStream>;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `SyncStream<compio::compio_net::TcpStream>`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub struct Attacher<S> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Socket {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::TcpStream`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub struct TcpStream {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `SyncStream<compio::compio_net::TcpStream>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/sync_stream.rs:36:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub struct SyncStream<S> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     = note: required for `std::ptr::Unique<SyncStream<compio::compio_net::TcpStream>>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<SyncStream<compio::compio_net::TcpStream>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<SyncStream<compio::compio_net::TcpStream>>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::TcpStream>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub struct AsyncStream<S> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]     = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]    --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]     |
[INFO] [stdout]   9 |     type Io: Io;
[INFO] [stdout]     |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | /     fn accept(
[INFO] [stdout] 12 | |         &mut self,
[INFO] [stdout] 13 | |     ) -> tinyweb_core::maybe_send::BoxFuture<'_, Result<(Self::Io, Self::Addr), Self::Error>> {
[INFO] [stdout]    | |_____________________________________________________________________________________________^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `TcpIncoming`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::TcpListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct TcpListener {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `TcpIncoming`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct TcpIncoming(pub compio::net::TcpListener);
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `TcpIncoming` to implement `MaybeSend`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:7:21
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait Incoming: MaybeSend + 'static {
[INFO] [stdout]    |                     ^^^^^^^^^ required by this bound in `Incoming`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:6:43
[INFO] [stdout]    |
[INFO] [stdout]  6 | impl tinyweb_core::incoming::Incoming for TcpIncoming {
[INFO] [stdout]    |                                           ^^^^^^^^^^^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `TcpIncoming`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::TcpListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct TcpListener {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `TcpIncoming`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct TcpIncoming(pub compio::net::TcpListener);
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `TcpIncoming` to implement `MaybeSend`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:7:21
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait Incoming: MaybeSend + 'static {
[INFO] [stdout]    |                     ^^^^^^^^^ required by this bound in `Incoming`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     type Io = AsyncStream<compio::net::UnixStream>;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::marker::Send` is not implemented for `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)`
[INFO] [stdout]    = note: required for `std::ptr::Unique<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `Option<Pin<Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::UnixStream>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AsyncStream<S> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]    = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]    |
[INFO] [stdout]  9 |     type Io: Io;
[INFO] [stdout]    |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn Future<Output = Result<(), std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     type Io = AsyncStream<compio::net::UnixStream>;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `(dyn Future<Output = Result<(), std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::marker::Send` is not implemented for `(dyn Future<Output = Result<(), std::io::Error>> + 'static)`
[INFO] [stdout]    = note: required for `std::ptr::Unique<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `Option<Pin<Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::UnixStream>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AsyncStream<S> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]    = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]    |
[INFO] [stdout]  9 |     type Io: Io;
[INFO] [stdout]    |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:7:15
[INFO] [stdout]     |
[INFO] [stdout]   7 |     type Io = AsyncStream<compio::net::UnixStream>;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `SyncStream<compio::compio_net::UnixStream>`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub struct Attacher<S> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Socket {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::UnixStream`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub struct UnixStream {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `SyncStream<compio::compio_net::UnixStream>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/sync_stream.rs:36:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub struct SyncStream<S> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     = note: required for `std::ptr::Unique<SyncStream<compio::compio_net::UnixStream>>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<SyncStream<compio::compio_net::UnixStream>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<SyncStream<compio::compio_net::UnixStream>>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::UnixStream>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub struct AsyncStream<S> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]     = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]    --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]     |
[INFO] [stdout]   9 |     type Io: Io;
[INFO] [stdout]     |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | /     fn accept(
[INFO] [stdout] 12 | |         &mut self,
[INFO] [stdout] 13 | |     ) -> tinyweb_core::maybe_send::BoxFuture<'_, Result<(Self::Io, Self::Addr), Self::Error>> {
[INFO] [stdout]    | |_____________________________________________________________________________________________^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `UnixIncoming`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::UnixListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct UnixListener {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `UnixIncoming`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct UnixIncoming(pub compio::net::UnixListener);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `UnixIncoming` to implement `MaybeSend`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:7:21
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait Incoming: MaybeSend + 'static {
[INFO] [stdout]    |                     ^^^^^^^^^ required by this bound in `Incoming`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:6:43
[INFO] [stdout]    |
[INFO] [stdout]  6 | impl tinyweb_core::incoming::Incoming for UnixIncoming {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `UnixIncoming`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::UnixListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct UnixListener {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `UnixIncoming`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct UnixIncoming(pub compio::net::UnixListener);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `UnixIncoming` to implement `MaybeSend`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:7:21
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait Incoming: MaybeSend + 'static {
[INFO] [stdout]    |                     ^^^^^^^^^ required by this bound in `Incoming`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: future cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | /         Box::pin(async move {
[INFO] [stdout] 15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout] 16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout] 17 | |         })
[INFO] [stdout]    | |__________^ future created by async block is not `Send`
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: captured value is not `Send` because `&mut` references cannot be sent unless their referent is `Send`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]    |                                  ^^^^ has type `&mut TcpIncoming` which is not `Send`, because `TcpIncoming` is not `Send`
[INFO] [stdout]    = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-10623201706077353473.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be shared between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 | /         Box::pin(async move {
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `Rc<driver::fd::Inner<Socket>>` cannot be shared between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `compio::compio_net::TcpListener`, the trait `std::marker::Sync` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub struct Attacher<S> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Socket {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::TcpListener`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:47:12
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub struct TcpListener {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: required for `&compio::compio_net::TcpListener` to implement `std::marker::Send`
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:105:71
[INFO] [stdout]     |
[INFO] [stdout] 105 |       pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  _______________________________________________________________________^
[INFO] [stdout] 106 | |         self.accept_with_options(&SocketOpts::default()).await
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-10623201706077353473.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<compio::compio_runtime::runtime::RuntimeInner>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `Rc<compio::compio_runtime::runtime::RuntimeInner>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `Rc<compio::compio_runtime::runtime::RuntimeInner>`
[INFO] [stdout] note: required because it appears within the type `compio::compio_runtime::Runtime`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/mod.rs:75:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | pub struct Runtime(Rc<RuntimeInner>);
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:117:46
[INFO] [stdout]     |
[INFO] [stdout] 117 |       ) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  ______________________________________________^
[INFO] [stdout] 118 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout] 119 | |         options.setup_socket(&socket)?;
[INFO] [stdout] 120 | |         let stream = TcpStream { inner: socket };
[INFO] [stdout] 121 | |         Ok((stream, addr.as_socket().expect("should be SocketAddr")))
[INFO] [stdout] 122 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:105:71
[INFO] [stdout]     |
[INFO] [stdout] 105 |       pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  _______________________________________________________________________^
[INFO] [stdout] 106 | |         self.accept_with_options(&SocketOpts::default()).await
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-10623201706077353473.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `NonNull<()>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `NonNull<()>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `NonNull<()>`
[INFO] [stdout] note: required because it appears within the type `thin_cell::ThinCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct ThinCell<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `driver::key::ErasedKey`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct ErasedKey {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Key<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct Key<T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `State<Accept<SharedFd<Socket>>, ()>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:50:6
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum State<T: OpCode, E> {
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] note: required because it appears within the type `Option<State<Accept<SharedFd<Socket>>, ()>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:117:46
[INFO] [stdout]     |
[INFO] [stdout] 117 |       ) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  ______________________________________________^
[INFO] [stdout] 118 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout] 119 | |         options.setup_socket(&socket)?;
[INFO] [stdout] 120 | |         let stream = TcpStream { inner: socket };
[INFO] [stdout] 121 | |         Ok((stream, addr.as_socket().expect("should be SocketAddr")))
[INFO] [stdout] 122 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:105:71
[INFO] [stdout]     |
[INFO] [stdout] 105 |       pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  _______________________________________________________________________^
[INFO] [stdout] 106 | |         self.accept_with_options(&SocketOpts::default()).await
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-15371016523270585254.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn IourOpCode + 'static)` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `(dyn IourOpCode + 'static)` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `(dyn IourOpCode + 'static)`
[INFO] [stdout] note: required because it appears within the type `driver::key::RawOp<(dyn IourOpCode + 'static)>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | pub(crate) struct RawOp<T: ?Sized> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] note: required because it appears within the type `UnsafeCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:2323:11
[INFO] [stdout] note: required because it appears within the type `thin_cell::Inner<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Inner<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] note: required because it appears within the type `PhantomData<thin_cell::Inner<driver::key::RawOp<(dyn IourOpCode + 'static)>>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/marker.rs:811:11
[INFO] [stdout] note: required because it appears within the type `thin_cell::ThinCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct ThinCell<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `driver::key::ErasedKey`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct ErasedKey {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Key<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct Key<T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `State<Accept<SharedFd<Socket>>, ()>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:50:6
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum State<T: OpCode, E> {
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] note: required because it appears within the type `Option<State<Accept<SharedFd<Socket>>, ()>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:117:46
[INFO] [stdout]     |
[INFO] [stdout] 117 |       ) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  ______________________________________________^
[INFO] [stdout] 118 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout] 119 | |         options.setup_socket(&socket)?;
[INFO] [stdout] 120 | |         let stream = TcpStream { inner: socket };
[INFO] [stdout] 121 | |         Ok((stream, addr.as_socket().expect("should be SocketAddr")))
[INFO] [stdout] 122 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:105:71
[INFO] [stdout]     |
[INFO] [stdout] 105 |       pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  _______________________________________________________________________^
[INFO] [stdout] 106 | |         self.accept_with_options(&SocketOpts::default()).await
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-15371016523270585254.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: future cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | /         Box::pin(async move {
[INFO] [stdout] 15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout] 16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout] 17 | |         })
[INFO] [stdout]    | |__________^ future created by async block is not `Send`
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: captured value is not `Send` because `&mut` references cannot be sent unless their referent is `Send`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]    |                                  ^^^^ has type `&mut UnixIncoming` which is not `Send`, because `UnixIncoming` is not `Send`
[INFO] [stdout]    = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-8321414487750921008.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be shared between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | /         Box::pin(async move {
[INFO] [stdout] 15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout] 16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout] 17 | |         })
[INFO] [stdout]    | |__________^ `Rc<driver::fd::Inner<Socket>>` cannot be shared between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `compio::compio_net::UnixListener`, the trait `std::marker::Sync` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::UnixListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct UnixListener {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&compio::compio_net::UnixListener` to implement `std::marker::Send`
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:95:70
[INFO] [stdout]    |
[INFO] [stdout] 95 |       pub async fn accept(&self) -> io::Result<(UnixStream, SockAddr)> {
[INFO] [stdout]    |  ______________________________________________________________________^
[INFO] [stdout] 96 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout] 97 | |         let stream = UnixStream { inner: socket };
[INFO] [stdout] 98 | |         Ok((stream, addr))
[INFO] [stdout] 99 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Box::pin(async move {
[INFO] [stdout]    |                  ^^^^^^^^^^
[INFO] [stdout]    = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-8321414487750921008.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<compio::compio_runtime::runtime::RuntimeInner>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `Rc<compio::compio_runtime::runtime::RuntimeInner>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `Rc<compio::compio_runtime::runtime::RuntimeInner>`
[INFO] [stdout] note: required because it appears within the type `compio::compio_runtime::Runtime`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/mod.rs:75:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | pub struct Runtime(Rc<RuntimeInner>);
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:95:70
[INFO] [stdout]     |
[INFO] [stdout]  95 |       pub async fn accept(&self) -> io::Result<(UnixStream, SockAddr)> {
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout]  96 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout]  97 | |         let stream = UnixStream { inner: socket };
[INFO] [stdout]  98 | |         Ok((stream, addr))
[INFO] [stdout]  99 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-8321414487750921008.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `NonNull<()>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `NonNull<()>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `NonNull<()>`
[INFO] [stdout] note: required because it appears within the type `thin_cell::ThinCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct ThinCell<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `driver::key::ErasedKey`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct ErasedKey {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Key<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct Key<T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `State<Accept<SharedFd<Socket>>, ()>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:50:6
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum State<T: OpCode, E> {
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] note: required because it appears within the type `Option<State<Accept<SharedFd<Socket>>, ()>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:95:70
[INFO] [stdout]     |
[INFO] [stdout]  95 |       pub async fn accept(&self) -> io::Result<(UnixStream, SockAddr)> {
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout]  96 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout]  97 | |         let stream = UnixStream { inner: socket };
[INFO] [stdout]  98 | |         Ok((stream, addr))
[INFO] [stdout]  99 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-15371016523270585254.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn IourOpCode + 'static)` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `(dyn IourOpCode + 'static)` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `(dyn IourOpCode + 'static)`
[INFO] [stdout] note: required because it appears within the type `driver::key::RawOp<(dyn IourOpCode + 'static)>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | pub(crate) struct RawOp<T: ?Sized> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] note: required because it appears within the type `UnsafeCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:2323:11
[INFO] [stdout] note: required because it appears within the type `thin_cell::Inner<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Inner<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] note: required because it appears within the type `PhantomData<thin_cell::Inner<driver::key::RawOp<(dyn IourOpCode + 'static)>>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/marker.rs:811:11
[INFO] [stdout] note: required because it appears within the type `thin_cell::ThinCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct ThinCell<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `driver::key::ErasedKey`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct ErasedKey {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Key<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct Key<T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `State<Accept<SharedFd<Socket>>, ()>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:50:6
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum State<T: OpCode, E> {
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] note: required because it appears within the type `Option<State<Accept<SharedFd<Socket>>, ()>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:95:70
[INFO] [stdout]     |
[INFO] [stdout]  95 |       pub async fn accept(&self) -> io::Result<(UnixStream, SockAddr)> {
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout]  96 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout]  97 | |         let stream = UnixStream { inner: socket };
[INFO] [stdout]  98 | |         Ok((stream, addr))
[INFO] [stdout]  99 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-46a19ceb92d4fff7.long-type-15371016523270585254.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tinyweb-compio` (lib test) due to 20 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     type Io = AsyncStream<compio::net::TcpStream>;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::marker::Send` is not implemented for `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)`
[INFO] [stdout]    = note: required for `std::ptr::Unique<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `Option<Pin<Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::TcpStream>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AsyncStream<S> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]    = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]    |
[INFO] [stdout]  9 |     type Io: Io;
[INFO] [stdout]    |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn Future<Output = Result<(), std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     type Io = AsyncStream<compio::net::TcpStream>;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `(dyn Future<Output = Result<(), std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::marker::Send` is not implemented for `(dyn Future<Output = Result<(), std::io::Error>> + 'static)`
[INFO] [stdout]    = note: required for `std::ptr::Unique<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `Option<Pin<Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::TcpStream>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AsyncStream<S> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]    = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]    |
[INFO] [stdout]  9 |     type Io: Io;
[INFO] [stdout]    |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:7:15
[INFO] [stdout]     |
[INFO] [stdout]   7 |     type Io = AsyncStream<compio::net::TcpStream>;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `SyncStream<compio::compio_net::TcpStream>`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub struct Attacher<S> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Socket {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::TcpStream`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub struct TcpStream {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `SyncStream<compio::compio_net::TcpStream>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/sync_stream.rs:36:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub struct SyncStream<S> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     = note: required for `std::ptr::Unique<SyncStream<compio::compio_net::TcpStream>>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<SyncStream<compio::compio_net::TcpStream>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<SyncStream<compio::compio_net::TcpStream>>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::TcpStream>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub struct AsyncStream<S> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]     = note: required for `<TcpIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]    --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]     |
[INFO] [stdout]   9 |     type Io: Io;
[INFO] [stdout]     |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | /     fn accept(
[INFO] [stdout] 12 | |         &mut self,
[INFO] [stdout] 13 | |     ) -> tinyweb_core::maybe_send::BoxFuture<'_, Result<(Self::Io, Self::Addr), Self::Error>> {
[INFO] [stdout]    | |_____________________________________________________________________________________________^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `TcpIncoming`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::TcpListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct TcpListener {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `TcpIncoming`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct TcpIncoming(pub compio::net::TcpListener);
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `TcpIncoming` to implement `MaybeSend`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:7:21
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait Incoming: MaybeSend + 'static {
[INFO] [stdout]    |                     ^^^^^^^^^ required by this bound in `Incoming`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:6:43
[INFO] [stdout]    |
[INFO] [stdout]  6 | impl tinyweb_core::incoming::Incoming for TcpIncoming {
[INFO] [stdout]    |                                           ^^^^^^^^^^^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `TcpIncoming`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::TcpListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct TcpListener {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `TcpIncoming`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct TcpIncoming(pub compio::net::TcpListener);
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `TcpIncoming` to implement `MaybeSend`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:7:21
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait Incoming: MaybeSend + 'static {
[INFO] [stdout]    |                     ^^^^^^^^^ required by this bound in `Incoming`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     type Io = AsyncStream<compio::net::UnixStream>;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::marker::Send` is not implemented for `(dyn Future<Output = Result<usize, std::io::Error>> + 'static)`
[INFO] [stdout]    = note: required for `std::ptr::Unique<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `Option<Pin<Box<(dyn Future<Output = Result<usize, std::io::Error>> + 'static)>>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::UnixStream>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AsyncStream<S> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]    = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]    |
[INFO] [stdout]  9 |     type Io: Io;
[INFO] [stdout]    |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn Future<Output = Result<(), std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:7:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     type Io = AsyncStream<compio::net::UnixStream>;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `(dyn Future<Output = Result<(), std::io::Error>> + 'static)` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::marker::Send` is not implemented for `(dyn Future<Output = Result<(), std::io::Error>> + 'static)`
[INFO] [stdout]    = note: required for `std::ptr::Unique<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `Option<Pin<Box<(dyn Future<Output = Result<(), std::io::Error>> + 'static)>>>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::UnixStream>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AsyncStream<S> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]    = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]    |
[INFO] [stdout]  9 |     type Io: Io;
[INFO] [stdout]    |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:7:15
[INFO] [stdout]     |
[INFO] [stdout]   7 |     type Io = AsyncStream<compio::net::UnixStream>;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `SyncStream<compio::compio_net::UnixStream>`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub struct Attacher<S> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Socket {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::UnixStream`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub struct UnixStream {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `SyncStream<compio::compio_net::UnixStream>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/sync_stream.rs:36:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub struct SyncStream<S> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     = note: required for `std::ptr::Unique<SyncStream<compio::compio_net::UnixStream>>` to implement `std::marker::Send`
[INFO] [stdout] note: required because it appears within the type `Box<SyncStream<compio::compio_net::UnixStream>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/boxed.rs:234:11
[INFO] [stdout] note: required because it appears within the type `Pin<Box<SyncStream<compio::compio_net::UnixStream>>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:1092:11
[INFO] [stdout] note: required because it appears within the type `AsyncStream<compio::compio_net::UnixStream>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-io-0.9.1/src/compat/async_stream.rs:12:12
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub struct AsyncStream<S> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `MaybeSend`
[INFO] [stdout]     = note: required for `<UnixIncoming as tinyweb_core::incoming::Incoming>::Io` to implement `Io`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming::Io`
[INFO] [stdout]    --> crates/tinyweb-core/src/incoming.rs:9:14
[INFO] [stdout]     |
[INFO] [stdout]   9 |     type Io: Io;
[INFO] [stdout]     |              ^^ required by this bound in `Incoming::Io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | /     fn accept(
[INFO] [stdout] 12 | |         &mut self,
[INFO] [stdout] 13 | |     ) -> tinyweb_core::maybe_send::BoxFuture<'_, Result<(Self::Io, Self::Addr), Self::Error>> {
[INFO] [stdout]    | |_____________________________________________________________________________________________^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `UnixIncoming`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::UnixListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct UnixListener {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `UnixIncoming`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct UnixIncoming(pub compio::net::UnixListener);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `UnixIncoming` to implement `MaybeSend`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:7:21
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait Incoming: MaybeSend + 'static {
[INFO] [stdout]    |                     ^^^^^^^^^ required by this bound in `Incoming`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:6:43
[INFO] [stdout]    |
[INFO] [stdout]  6 | impl tinyweb_core::incoming::Incoming for UnixIncoming {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^ `Rc<driver::fd::Inner<Socket>>` cannot be sent between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `UnixIncoming`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::UnixListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct UnixListener {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `UnixIncoming`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct UnixIncoming(pub compio::net::UnixListener);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `UnixIncoming` to implement `MaybeSend`
[INFO] [stdout] note: required by a bound in `tinyweb_core::incoming::Incoming`
[INFO] [stdout]   --> crates/tinyweb-core/src/incoming.rs:7:21
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub trait Incoming: MaybeSend + 'static {
[INFO] [stdout]    |                     ^^^^^^^^^ required by this bound in `Incoming`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: future cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | /         Box::pin(async move {
[INFO] [stdout] 15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout] 16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout] 17 | |         })
[INFO] [stdout]    | |__________^ future created by async block is not `Send`
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: captured value is not `Send` because `&mut` references cannot be sent unless their referent is `Send`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/tcp.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]    |                                  ^^^^ has type `&mut TcpIncoming` which is not `Send`, because `TcpIncoming` is not `Send`
[INFO] [stdout]    = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-7797400744142372830.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be shared between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 | /         Box::pin(async move {
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `Rc<driver::fd::Inner<Socket>>` cannot be shared between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `compio::compio_net::TcpListener`, the trait `std::marker::Sync` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub struct Attacher<S> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Socket {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::TcpListener`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:47:12
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub struct TcpListener {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: required for `&compio::compio_net::TcpListener` to implement `std::marker::Send`
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:105:71
[INFO] [stdout]     |
[INFO] [stdout] 105 |       pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  _______________________________________________________________________^
[INFO] [stdout] 106 | |         self.accept_with_options(&SocketOpts::default()).await
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-7797400744142372830.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<compio::compio_runtime::runtime::RuntimeInner>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `Rc<compio::compio_runtime::runtime::RuntimeInner>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `Rc<compio::compio_runtime::runtime::RuntimeInner>`
[INFO] [stdout] note: required because it appears within the type `compio::compio_runtime::Runtime`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/mod.rs:75:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | pub struct Runtime(Rc<RuntimeInner>);
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:117:46
[INFO] [stdout]     |
[INFO] [stdout] 117 |       ) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  ______________________________________________^
[INFO] [stdout] 118 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout] 119 | |         options.setup_socket(&socket)?;
[INFO] [stdout] 120 | |         let stream = TcpStream { inner: socket };
[INFO] [stdout] 121 | |         Ok((stream, addr.as_socket().expect("should be SocketAddr")))
[INFO] [stdout] 122 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:105:71
[INFO] [stdout]     |
[INFO] [stdout] 105 |       pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  _______________________________________________________________________^
[INFO] [stdout] 106 | |         self.accept_with_options(&SocketOpts::default()).await
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-7797400744142372830.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `NonNull<()>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `NonNull<()>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `NonNull<()>`
[INFO] [stdout] note: required because it appears within the type `thin_cell::ThinCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct ThinCell<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `driver::key::ErasedKey`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct ErasedKey {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Key<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct Key<T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `State<Accept<SharedFd<Socket>>, ()>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:50:6
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum State<T: OpCode, E> {
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] note: required because it appears within the type `Option<State<Accept<SharedFd<Socket>>, ()>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:117:46
[INFO] [stdout]     |
[INFO] [stdout] 117 |       ) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  ______________________________________________^
[INFO] [stdout] 118 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout] 119 | |         options.setup_socket(&socket)?;
[INFO] [stdout] 120 | |         let stream = TcpStream { inner: socket };
[INFO] [stdout] 121 | |         Ok((stream, addr.as_socket().expect("should be SocketAddr")))
[INFO] [stdout] 122 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:105:71
[INFO] [stdout]     |
[INFO] [stdout] 105 |       pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  _______________________________________________________________________^
[INFO] [stdout] 106 | |         self.accept_with_options(&SocketOpts::default()).await
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-10588285764043597733.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn IourOpCode + 'static)` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `(dyn IourOpCode + 'static)` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `(dyn IourOpCode + 'static)`
[INFO] [stdout] note: required because it appears within the type `driver::key::RawOp<(dyn IourOpCode + 'static)>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | pub(crate) struct RawOp<T: ?Sized> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] note: required because it appears within the type `UnsafeCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:2323:11
[INFO] [stdout] note: required because it appears within the type `thin_cell::Inner<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Inner<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] note: required because it appears within the type `PhantomData<thin_cell::Inner<driver::key::RawOp<(dyn IourOpCode + 'static)>>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/marker.rs:811:11
[INFO] [stdout] note: required because it appears within the type `thin_cell::ThinCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct ThinCell<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `driver::key::ErasedKey`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct ErasedKey {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Key<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct Key<T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `State<Accept<SharedFd<Socket>>, ()>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:50:6
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum State<T: OpCode, E> {
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] note: required because it appears within the type `Option<State<Accept<SharedFd<Socket>>, ()>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:117:46
[INFO] [stdout]     |
[INFO] [stdout] 117 |       ) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  ______________________________________________^
[INFO] [stdout] 118 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout] 119 | |         options.setup_socket(&socket)?;
[INFO] [stdout] 120 | |         let stream = TcpStream { inner: socket };
[INFO] [stdout] 121 | |         Ok((stream, addr.as_socket().expect("should be SocketAddr")))
[INFO] [stdout] 122 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/tcp.rs:105:71
[INFO] [stdout]     |
[INFO] [stdout] 105 |       pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> {
[INFO] [stdout]     |  _______________________________________________________________________^
[INFO] [stdout] 106 | |         self.accept_with_options(&SocketOpts::default()).await
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/tcp.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/tcp.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-10588285764043597733.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: future cannot be sent between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | /         Box::pin(async move {
[INFO] [stdout] 15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout] 16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout] 17 | |         })
[INFO] [stdout]    | |__________^ future created by async block is not `Send`
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: captured value is not `Send` because `&mut` references cannot be sent unless their referent is `Send`
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]    |                                  ^^^^ has type `&mut UnixIncoming` which is not `Send`, because `UnixIncoming` is not `Send`
[INFO] [stdout]    = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-17182792174405471151.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<driver::fd::Inner<Socket>>` cannot be shared between threads safely
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | /         Box::pin(async move {
[INFO] [stdout] 15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout] 16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout] 17 | |         })
[INFO] [stdout]    | |__________^ `Rc<driver::fd::Inner<Socket>>` cannot be shared between threads safely
[INFO] [stdout]    |
[INFO] [stdout]    = help: within `compio::compio_net::UnixListener`, the trait `std::marker::Sync` is not implemented for `Rc<driver::fd::Inner<Socket>>`
[INFO] [stdout] note: required because it appears within the type `SharedFd<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/fd.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct SharedFd<T>(Shared<Inner<T>>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Attacher<Socket>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/attacher.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Attacher<S> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::socket::Socket`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Socket {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] note: required because it appears within the type `compio::compio_net::UnixListener`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct UnixListener {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `&compio::compio_net::UnixListener` to implement `std::marker::Send`
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:95:70
[INFO] [stdout]    |
[INFO] [stdout] 95 |       pub async fn accept(&self) -> io::Result<(UnixStream, SockAddr)> {
[INFO] [stdout]    |  ______________________________________________________________________^
[INFO] [stdout] 96 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout] 97 | |         let stream = UnixStream { inner: socket };
[INFO] [stdout] 98 | |         Ok((stream, addr))
[INFO] [stdout] 99 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]   --> crates/tinyweb-compio/src/incoming/unix.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Box::pin(async move {
[INFO] [stdout]    |                  ^^^^^^^^^^
[INFO] [stdout]    = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-17182792174405471151.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Rc<compio::compio_runtime::runtime::RuntimeInner>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `Rc<compio::compio_runtime::runtime::RuntimeInner>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `Rc<compio::compio_runtime::runtime::RuntimeInner>`
[INFO] [stdout] note: required because it appears within the type `compio::compio_runtime::Runtime`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/mod.rs:75:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | pub struct Runtime(Rc<RuntimeInner>);
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:95:70
[INFO] [stdout]     |
[INFO] [stdout]  95 |       pub async fn accept(&self) -> io::Result<(UnixStream, SockAddr)> {
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout]  96 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout]  97 | |         let stream = UnixStream { inner: socket };
[INFO] [stdout]  98 | |         Ok((stream, addr))
[INFO] [stdout]  99 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-17182792174405471151.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `NonNull<()>` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `NonNull<()>` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `NonNull<()>`
[INFO] [stdout] note: required because it appears within the type `thin_cell::ThinCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct ThinCell<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `driver::key::ErasedKey`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct ErasedKey {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Key<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct Key<T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `State<Accept<SharedFd<Socket>>, ()>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:50:6
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum State<T: OpCode, E> {
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] note: required because it appears within the type `Option<State<Accept<SharedFd<Socket>>, ()>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:95:70
[INFO] [stdout]     |
[INFO] [stdout]  95 |       pub async fn accept(&self) -> io::Result<(UnixStream, SockAddr)> {
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout]  96 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout]  97 | |         let stream = UnixStream { inner: socket };
[INFO] [stdout]  98 | |         Ok((stream, addr))
[INFO] [stdout]  99 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-10588285764043597733.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `(dyn IourOpCode + 'static)` cannot be sent between threads safely
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:9
[INFO] [stdout]     |
[INFO] [stdout]  14 |           Box::pin(async move {
[INFO] [stdout]     |           ^        ---------- within this `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`
[INFO] [stdout]     |  _________|
[INFO] [stdout]     | |
[INFO] [stdout]  15 | |             let (stream, addr) = self.0.accept().await?;
[INFO] [stdout]  16 | |             Ok((AsyncStream::new(stream), addr))
[INFO] [stdout]  17 | |         })
[INFO] [stdout]     | |__________^ `(dyn IourOpCode + 'static)` cannot be sent between threads safely
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}`, the trait `std::marker::Send` is not implemented for `(dyn IourOpCode + 'static)`
[INFO] [stdout] note: required because it appears within the type `driver::key::RawOp<(dyn IourOpCode + 'static)>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | pub(crate) struct RawOp<T: ?Sized> {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout] note: required because it appears within the type `UnsafeCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cell.rs:2323:11
[INFO] [stdout] note: required because it appears within the type `thin_cell::Inner<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:25:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | pub struct Inner<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] note: required because it appears within the type `PhantomData<thin_cell::Inner<driver::key::RawOp<(dyn IourOpCode + 'static)>>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/marker.rs:811:11
[INFO] [stdout] note: required because it appears within the type `thin_cell::ThinCell<driver::key::RawOp<(dyn IourOpCode + 'static)>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-cell-0.1.2/src/lib.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub struct ThinCell<T: ?Sized> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `driver::key::ErasedKey`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub struct ErasedKey {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `Key<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-driver-0.11.3/src/key.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct Key<T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] note: required because it appears within the type `State<Accept<SharedFd<Socket>>, ()>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:50:6
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum State<T: OpCode, E> {
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] note: required because it appears within the type `Option<State<Accept<SharedFd<Socket>>, ()>>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:9
[INFO] [stdout] note: required because it appears within the type `Submit<compio::compio_driver::op::Accept<SharedFd<Socket>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-runtime-0.11.0/src/runtime/future.rs:45:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | pub struct Submit<T: OpCode, E = ()> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/socket.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |       pub async fn accept(&self) -> io::Result<(Self, SockAddr)> {
[INFO] [stdout]     |  ________________________________________________________________^
[INFO] [stdout] 108 | |         use std::os::fd::FromRawFd;
[INFO] [stdout] 109 | |
[INFO] [stdout] 110 | |         let op = Accept::new(self.to_shared_fd());
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |         Ok((accept_sock, addr))
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` fn body
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/compio-net-0.11.1/src/unix.rs:95:70
[INFO] [stdout]     |
[INFO] [stdout]  95 |       pub async fn accept(&self) -> io::Result<(UnixStream, SockAddr)> {
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout]  96 | |         let (socket, addr) = self.inner.accept().await?;
[INFO] [stdout]  97 | |         let stream = UnixStream { inner: socket };
[INFO] [stdout]  98 | |         Ok((stream, addr))
[INFO] [stdout]  99 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] note: required because it's used within this `async` block
[INFO] [stdout]    --> crates/tinyweb-compio/src/incoming/unix.rs:14:18
[INFO] [stdout]     |
[INFO] [stdout]  14 |         Box::pin(async move {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout]     = note: required for the cast from `Pin<Box<{async block@crates/tinyweb-compio/src/incoming/unix.rs:14:18: 14:28}>>` to `Pin<Box<dyn Future<Output = Result<(..., ...), ...>> + Send>>`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/tinyweb_compio-42228b632ff7efcd.long-type-10588285764043597733.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tinyweb-compio` (lib) due to 20 previous errors
[INFO] running `Command { std: "docker" "inspect" "6207f9e00dab183ae45695d4932a4dcccfb2604d5bbfdd6981e1bc32faa1996d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6207f9e00dab183ae45695d4932a4dcccfb2604d5bbfdd6981e1bc32faa1996d", kill_on_drop: false }`
[INFO] [stdout] 6207f9e00dab183ae45695d4932a4dcccfb2604d5bbfdd6981e1bc32faa1996d
